Welcome![Sign In][Sign Up]
Location:
Search - crc ccitt

Search list

[Internet-Networktt

Description: 计算xk+1除CRC-CCITT后的余式,k从1到32768
Platform: | Size: 1427 | Author: 小刀 | Hits:

[Other resourcecrc_table_init

Description: 根据不同的生成多项,生成CRC的初始表值,包括CRC16,CRC-CCITT,CRC32
Platform: | Size: 2553 | Author: 林司令 | Hits:

[Other resource1crc

Description: 计算CRC16/CRC8/CRC32的程序,可获得CRC-CCITT/CRC-16/CRC-8/CRC-32的计算结果。 提供Delphi源代码和MCS51单片机的汇编源代码,分别采用两至三种不同算法实现。有比较详细的调用和使用说明。 更新历史: 2003/05/04 新增CRC-8算法的实现。 2004/02/02 修改CRC-8算法,新增CRC-32算法,增加比较详细的调用和使用说明。-CRC16/CRC8/CRC32 calculation procedures available CRC-CCITT/CRC-16/CRC-8/CRC-32 the calculated results. Delphi provide source code and compile the MCS51 source code, adopted two to three different algorithm. A more detailed calls and use. Update History : 2003/05/02 new CRC-8 algorithm implementation. 2004/02/02 changes CRC-8 algorithm, the new CRC-32 algorithm, adding more detailed calls and use.
Platform: | Size: 134336 | Author: 邓光 | Hits:

[Internet-Network060404DELPHI

Description: 黑客编程代码DELPHI版,很实用的哦!~!~-hackers Delphi programming code version, very useful! ~! ~
Platform: | Size: 8192 | Author: dsgsdg | Hits:

[OtherCRC_CCITT_c

Description: 可以将以bit为单位进行处理的算法扩展到8位,即以Byte为单位进行处理。由于有8个bit,所以有2^8种选择。这样明显会使运行时 间大为减少,速度明显更快,但是也有它的缺点,即,占用资源太大,所以综合考虑速度和 资源两点,采用半字节查表法。即以半 Byte为单位进行处理。由于有4个bit,所以有2^4种选择。-bit can be processed for the extension of the algorithm 8, to Byte unit for treatment. With 8 bit, it is 2 ^ 8 options. This will significantly reduce travel time significantly, significantly faster speed, but it also has its drawbacks, namely, taking up too much resources. Therefore, considering the speed and resources 2:00, semi-byte look-up table method. Byte is a semi-processed as a unit. As a four bit, it is 2 ^ 4 choice.
Platform: | Size: 1024 | Author: jevidyang | Hits:

[Other Embeded programCRCALL

Description: 此软件是CRC的软件实现方法,包括了CRC8,CRC16,CRC32的全部算法,每一种算法又分速度优先与资源优先型以及适中型三种算法。全部通过调试验证,与硬件无关,可移植于任何MCU-This software is the software realization of CRC, including the CRC8, CRC16, CRC32 all the algorithms, each algorithm was divided into the speed of priorities and resources, as well as priority-based algorithm for moderate-type three. All through the debug validation, and hardware-independent, can be transplanted to any MCU
Platform: | Size: 3072 | Author: wentsing | Hits:

[Internet-Networktt

Description: 计算xk+1除CRC-CCITT后的余式,k从1到32768-Calculated xk+ 1 In addition to the post-CRC-CCITT congruence, k from 1-32768
Platform: | Size: 1024 | Author: 小刀 | Hits:

[VHDL-FPGA-Verilogcrc16_ccitt

Description: crc_table.c is for reset seed( 0000 ) crc_table_1.c is for reset seed( ffff) CRC16_D8_m.v is a verilog module of byte paralle crc. CRC16_D8_m_tb.v is the testbench file of above module. -crc_table.c is for reset seed (0000) crc_table_1.c is for reset seed (ffff) CRC16_D8_m.v is a verilog module of byte paralle crc.CRC16_D8_m_tb.v is the testbench file of above module.
Platform: | Size: 3072 | Author: 樊文杰 | Hits:

[Windows Developcrc16

Description: crc的学习资料我发费很长的时间得到的大家共同学习-CRC of the learning materials costs me a long time to get everyone together to learn
Platform: | Size: 15360 | Author: dongyou | Hits:

[CSharp0626C2

Description: 计算xk+1除CRC-CCITT后的余式,k从1到32768-Xk+1 In addition to calculating the CRC-CCITT after more than style, k from 1-32768
Platform: | Size: 1024 | Author: 赵越 | Hits:

[Crack HackCRC_bit_arithmetic

Description: CRC采用比特型算法,生成多项式为CCITT 0x1021,无需查表,节省内存空间。-CRC-bit-based algorithm used to generate a polynomial for the CCITT 0x1021, no look-up table to save memory space.
Platform: | Size: 222208 | Author: 张键 | Hits:

[VC/MFCCRC_Definition_and_Coding

Description: CRC原理,以及实际用C++代码举例介绍CCITT校验编程的全过程。-CRC principle, as well as actual use of C++ code examples CCITT checksum of the entire process of programming.
Platform: | Size: 19456 | Author: Jason Han | Hits:

[Bookscrc16

Description: CRC的使用,包括CRC原理,算法及具体程序代码-The use of CRC, including the CRC principle of the algorithm and the specific program code
Platform: | Size: 1329152 | Author: | Hits:

[Crack Hackcrc_high

Description: 用c语言实现crc算法,采用ccitt标准多项式,查找表方法实现,高位先处理,接收校验成功标志为1d0f.-Checksum crc algorithm to achieve the standard which use ccitt polynomial, using look-up table method to achieve, high bit to deal with first, mark of success receiving check is 1d0f.
Platform: | Size: 1024 | Author: dustin | Hits:

[matlabCCITT_CRC16

Description: CCITT的CRC16代码,自己编写的已通过验证,注意和Matlab的CRC函数有所不同。-This script calculates the 16-bit ITU-T CRC. The generator polynomial is G(x)=1+ X^5+ X^12+ X^16
Platform: | Size: 1024 | Author: 张原 | Hits:

[SCMcrc8

Description: for microcontroller Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As X^8 + X^5 + X^4 + 1-for microcontroller Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As X^8+ X^5+ X^4+ 1
Platform: | Size: 6144 | Author: milind | Hits:

[Software Engineeringcrc16

Description: Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As X^8 + X^5 + X^4 + 1 -Calculate CRC-8 Values. Uses The CCITT-8 Polynomial, Expressed As X^8+ X^5+ X^4+ 1
Platform: | Size: 7168 | Author: milind | Hits:

[OtherCCITT_CRC

Description: CCITT的CRC检验代码。不是很难,但也是心血所结-CCITT The CRC check code. Is not difficult, but also efforts by the knot! ! !
Platform: | Size: 2048 | Author: wang hao | Hits:

[Othercrc_peripheral

Description: -- crc.vhd -- Used for calculation of CRC16-CCITT -- Intended use is as custom peripheral for Nios processor -- When address is logic 0 => -- Internal CRC register is initialised with write_data value -- When address is logic 1 => -- CRC calulation is updated based on input word on write_data -- CRC result is obtained by reading any address
Platform: | Size: 1024 | Author: Jan Petak | Hits:

[Other Embeded programCRC16_2

Description: IAR Asm for MSP430. Calculate the CCITT/ITU/CRC-16 parameters for this CRC are: Polynomial: x^16 + x^12 + x^5 + 1 (0x1021) Start value 0xFFFF Data receives from USART Checksum in R11.-IAR Asm for MSP430. Calculate the CCITT/ITU/CRC-16 parameters for this CRC are: Polynomial: x^16 + x^12 + x^5 + 1 (0x1021) Start value 0xFFFF Data receives from USART Checksum in R11.
Platform: | Size: 2048 | Author: vlad | Hits:
« 1 2 3 4 56 7 8 »

CodeBus www.codebus.net